From 4517a598d8694e84c603715078441dde98586043 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 1 Apr 2015 13:28:32 +0000 Subject: [PATCH] tools/hotplug: introduce XENSTORED_ARGS= in sysconfig file. It is already used in the runlevel script and the service file. Signed-off-by: Olaf Hering Acked-by: Ian Campbell Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu --- tools/hotplug/Linux/init.d/sysconfig.xencommons.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/hotplug/Linux/init.d/sysconfig.xencommons.in b/tools/hotplug/Linux/init.d/sysconfig.xencommons.in index c12fc8acd1..f0fa98d3ad 100644 --- a/tools/hotplug/Linux/init.d/sysconfig.xencommons.in +++ b/tools/hotplug/Linux/init.d/sysconfig.xencommons.in @@ -20,6 +20,14 @@ # Changing this requires a reboot to take effect. #XENSTORED=@XENSTORED@ +## Type: string +## Default: "" +# +# Additional commandline arguments to start xenstored, +# like "--trace-file /var/log/xen/xenstored-trace.log" +# See "@sbindir@/xenstored --help" for possible options. +XENSTORED_ARGS= + ## Type: string ## Default: Not defined, tracing off # -- 2.30.2